home *** CD-ROM | disk | FTP | other *** search
/ Aminet 24 / Aminet 24 (1998)(GTI - Schatztruhe)[!][Apr 1998].iso / Aminet / comm / mail / Mutt000_POP.lha / Mutt-0.89i-AMIGA / README.amiga < prev    next >
Text File  |  1998-01-28  |  1KB  |  35 lines

  1. Short: eMail-client with MIME, PGP and more
  2. Type: comm/mail
  3. Author: Michael Elkins <me@cs.hmc.edu> and others
  4. Uploader: Henning Peters <faroul@beyond.hb.north.de>
  5. Version: 0.89i AMIGA
  6.  
  7. Mutt is a curses based program for reading and composing e-mail, supporting
  8. threads, color and a high level of configurability.  See the Mutt Home Page
  9. http://www.cs.hmc.edu/~me/mutt/index.html for more details.
  10.  
  11. This is the "international" version with legal PGP code.
  12.  
  13. AMIGA-adaption: Henning Peters <faroul@beyond.hb.north.de>
  14.  
  15. Another AMIGA-adaption by Robert Ramiega <robert@plukwa.pdi.net) can be
  16. found at ftp://plukwa.pdi.net/amiga. That version is more "unix-alike" using
  17. /etc/passwd etc.
  18.  
  19. Changes from original MUTT 0.89i to this version:
  20.  
  21.  - in init.c and curs_lib.c I took care of AMIGA-style "path:to/some/file"
  22.    and UNIX-style "/path/to/some/file"
  23.  - included patches from robert@plukwa.pdi.net:
  24.     - vfork() instead of fork()
  25.     - some places, where a ":" in filenames might occur
  26.  - changed the call of sendmail (no parameters -oi -oem)
  27.  - included getenv.c (as getenv of ixemul.library seems buggy)
  28.  - as AMIGA usually has no /etc/passwd, I get all user-information via
  29.    getenv() ($HOME, $USER, $REALNAME, $SHELL)
  30.  
  31. I included a ready-to-go Makefile and config.h if you can't run configure
  32. etc. Edit this files to your needs.
  33.  
  34.     Faroul
  35.